home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / sal100.zip / README.TXT < prev    next >
Text File  |  1994-11-14  |  2KB  |  68 lines

  1.  
  2.             Sort Algorithms 1.0
  3.  
  4.             by
  5.             Martin Walfisz
  6.             pi92mw@pt.hk-r.se
  7.  
  8.  
  9.     Introduction
  10.     ------------
  11.     SAL is a small program for animation of different sorting
  12.     algorithms. It's intended to help people understand how
  13.     sorting algorithms work.
  14.  
  15.     It was made as an individual project for a class in my
  16.     university. It's copyright Högskolan Karlskrona/Ronneby
  17.     (I think) but can be spread freely for non commercial
  18.     purposes. I'd be happy to receive some comments on the
  19.     program so please send some e-mail. 
  20.  
  21.     It probably has lots of bugs, for one it eats memory. But
  22.     there will be NO future versions since I have lost some
  23.     of the code (.RC files). The C++ code can be obtained
  24.     on request.
  25.  
  26.     It was made with Borland C++ 3.1 App. Frameworks.
  27.  
  28.     Known bugs:
  29.     - Eats memory.
  30.     - Merge sort doesn't work.
  31.     - Pressing the PAUSE BUTTON after script-end halts Windows.
  32.       Press CTRL-ALT-DEL and then RETURN to end SAL.
  33.  
  34.  
  35.     Installation
  36.     ------------
  37.     Copy all files to a single directory. 
  38.     Start Windows (3.1+) and add SAL.EXE as an icon somewhere.
  39.     NOTE: The working directory MUST be the same in which the
  40.     files are in!
  41.     
  42.  
  43.     Running the program
  44.     -------------------
  45.     SAL is easy to use. Just select the algorithm you want to
  46.     see and press the PLAY button. A SOURCE window will appear
  47.     on your right. (Merge sort does not work I think.)
  48.  
  49.     The PAUSE button pauses the sorting and you can press it 
  50.     to run the algorithm one step at a time.
  51.  
  52.     FAST FORWARD makes the animation run a little faster but the
  53.     difference from PLAY isn't that big.
  54.  
  55.     STOP halts the algorithm and closes the SOURCE window.
  56.  
  57.     Press VEKTOR to change the figures to sort.
  58.  
  59.  
  60.     -----------------------
  61.     Have fun and good luck!
  62.  
  63.     / martin, pi92mw@pt.hk-r.se
  64.  
  65.  
  66.  
  67.  
  68.